arm: socfpga: board: Align checkboard() output
authorMarek Vasut <[email protected]>
Mon, 8 Sep 2014 12:08:45 +0000 (14:08 +0200)
committerMarek Vasut <[email protected]>
Mon, 6 Oct 2014 15:46:50 +0000 (17:46 +0200)
Cosmetic change to the checkboard() function output. Align the
output with the rest of initial output produced by U-Boot.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Albert Aribaud <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Pavel Machek <[email protected]>
Acked-by: Pavel Machek <[email protected]>
board/altera/socfpga/socfpga_cyclone5.c

index bc8a87c648f64ebe9791c02c7e9859d151cc1f1d..41498421c1fbbef1ba566ca4145183dc61e8a7f8 100644 (file)
@@ -17,7 +17,7 @@ DECLARE_GLOBAL_DATA_PTR;
  */
 int checkboard(void)
 {
-       puts("BOARD : Altera SOCFPGA Cyclone5 Board\n");
+       puts("BOARD: Altera SoCFPGA Cyclone5 Board\n");
        return 0;
 }